home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
files
/
ID99MENU.DIR
/
00084_title credits script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-29
|
268 b
|
16 lines
property s
global creditsgrid
on beginSprite me
s = me.spriteNum
sprite(s).locZ = 1400
end
on prepareFrame me
sprite(s).visible = sprite(creditsgrid).visible
end
on switchtext me, thetitle
set the member of sprite s to "titlecredit" && string(thetitle)
end